home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / cmln0586.arc / GKS1.LTG < prev    next >
Text File  |  1986-04-06  |  512b  |  18 lines

  1.  
  2.                             Listing 1
  3.  
  4.     open_gks (error_file);
  5.  áááopen_workstation (workstation_id,connector_id,workstation_type);
  6.     activate_workstation (workstation_id);
  7.                 .
  8.                 .
  9.                 .
  10.  { The manipulation of output/input primitives and their attributes áá}
  11.                 .
  12.                 .
  13.                 .
  14.     deactivate_workstation (workstation_id);
  15.     close_workstation (workstation_id);
  16.     close_gks;
  17.  
  18.